home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / xsoft / demo.bat next >
Encoding:
DOS Batch File  |  1994-09-30  |  473 b   |  18 lines

  1. echo off
  2. cls
  3. if not exist TABDEMO.EXE goto nodemo
  4. TABDEMO %1 /NOSVGA
  5. echo  
  6. echo         Thank you for watching the XSoft TabWorks demo.
  7. echo         If you want to view it again,
  8. echo         type DEMO and press the ENTER key.
  9. echo  
  10. goto exit
  11. :nodemo
  12. echo         Sorry, your XSoft TabWorks demo 
  13. echo         has not been properly installed.
  14. echo         Please install the demo again following
  15. echo         the instructions on the label.
  16. echo  
  17. :exit
  18.